home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16501 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: sed.psrw.com!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com(Pete Grant)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: (no subject)
  5. Date: 11 Apr 1996 01:01:25 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4khll5$q84@news1.h1.usa.pipeline.com>
  8. References: <4kg7tk$2kl@elektron.et.tudelft.nl>
  9. NNTP-Posting-Host: 38.8.120.15
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Apr 10, 1996 12:00:52 in article <(no subject)>, 'Frank Schoondermark
  16. <mb632@hi.ft.hse.nl>' wrote: 
  17.  
  18.  
  19. >I'm currently programming in Turbo C++ v3.00. 
  20. >I've converted some self-made procedures (TASM and TLIB) into a library. 
  21. >I have changed the Libraries directories (Options/Directories...) to the  
  22. >directory of my .LIB file. But, still, Turbo C++ isn't able to find my  
  23. >procedure (Yes, I'm using extern "C" name(etc.)).  
  24. >Please reply if you know how to do it. 
  25. Without seeing your code, it's not possible to know what the 
  26. problem is, however, there's a couple of possibilities: 
  27.  
  28. 1.  Are you using the /xm option with TASM to retain case 
  29. sensitivity? 
  30.  
  31. 2.  Are you prepending your exported symbols with an 
  32. underscore? 
  33.  
  34. -- 
  35. Pete Grant 
  36. Kalevi, Inc. 
  37. Software Engineering & development
  38.